From: Stefan Kangas Date: Thu, 12 Nov 2020 01:28:10 +0000 (+0100) Subject: * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~4403 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af3edb3be9515e0b37d03a96f805cff62d596acd;p=emacs.git * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile. --- diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 14f00597bfc..afeabc030d4 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -2436,7 +2436,7 @@ If there is no Rubocop config file, Rubocop will be passed a flag "\\)" "\\|/" "\\(?:Gem\\|Rake\\|Cap\\|Thor" - "\\|Puppet\\|Berks" + "\\|Puppet\\|Berks\\|Brew" "\\|Vagrant\\|Guard\\|Pod\\)file" "\\)\\'")) 'ruby-mode))